// Laaser Shop System
// Copyright: Jürgen Laaser, 2002-2007
// Includes
include ("config.php");
include ("templates.php");
// Warenkorb prüfen
if (!$get_vars['nr'])
{
header("Location: warenkorb.php?nr={$get_vars['nr']}");
exit();
}
// Variablen Deklaration
if(!isset($_GET['name'])) $_GET['name'] = "";
if(!isset($_GET['strasse'])) $_GET['strasse'] = "";
if(!isset($_GET['plz'])) $_GET['plz'] = "";
if(!isset($_GET['ort'])) $_GET['ort'] = "";
if(!isset($_GET['telefon'])) $_GET['telefon'] = "";
if(!isset($_GET['email'])) $_GET['email'] = "";
if(!isset($_GET['lief_name'])) $_GET['lief_name'] = "";
if(!isset($_GET['lief_strasse'])) $_GET['lief_strasse'] = "";
if(!isset($_GET['lief_plz'])) $_GET['lief_plz'] = "";
if(!isset($_GET['lief_ort'])) $_GET['lief_ort'] = "";
if(!isset($_GET['checked'])) $_GET['checked'] = "";
$get_vars['name'] = htmlentities($_GET['name'],ENT_QUOTES,'utf-8');
$get_vars['strasse'] = htmlentities($_GET['strasse'],ENT_QUOTES,'utf-8');
$get_vars['plz'] = htmlentities($_GET['plz'],ENT_QUOTES,'utf-8');
$get_vars['ort'] = htmlentities($_GET['ort'],ENT_QUOTES,'utf-8');
$get_vars['telefon'] = htmlentities($_GET['telefon'],ENT_QUOTES,'utf-8');
$get_vars['email'] = htmlentities($_GET['email'],ENT_QUOTES,'utf-8');
$get_vars['lief_name'] = htmlentities($_GET['lief_name'],ENT_QUOTES,'utf-8');
$get_vars['lief_strasse'] = htmlentities($_GET['lief_strasse'],ENT_QUOTES,'utf-8');
$get_vars['lief_plz'] = htmlentities($_GET['lief_plz'],ENT_QUOTES,'utf-8');
$get_vars['lief_ort'] = htmlentities($_GET['lief_ort'],ENT_QUOTES,'utf-8');
$get_vars['checked'] = htmlentities($_GET['checked']);
if(!isset($color1)) $color1 = $TEXT;
if(!isset($color2)) $color2 = $TEXT;
if(!isset($color3)) $color3 = $TEXT;
if(!isset($color4)) $color4 = $TEXT;
if(!isset($color5)) $color5 = $TEXT;
if(!isset($color6)) $color6 = $TEXT;
if(!isset($color7)) $color7 = $TEXT;
if(!isset($color8)) $color8 = $TEXT;
if(!isset($color9)) $color9 = $TEXT;
if(!isset($color10)) $color10 = $TEXT;
// Programm-Code
$conn_id = mysql_connect($HOST,$ID,$PW);
mysql_select_db($DB,$conn_id);
?>
echo $TITLE1 ?>
if ($shop == "enable") { ?>
if ($header == "ok") { ?>
|
|
|
if ($header_img == "ok") echo " ";
if ($header_text != "") echo "$header_text";
?>
|
|
|
} ?>
}
else {
?>
}
mysql_close($conn_id);
?>